home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 September / CyberMycha 09-2005 (Poland).bin / Setup / Data / Menu / scr / Patterns.scr < prev    next >
Encoding:
Text File  |  2002-04-19  |  21.1 KB  |  730 lines

  1. /** * * * * * * * * * * * * * * * * * * * * * * * * *
  2. *                                                   *
  3. *  User Interface Script - generated by UI Editor   *
  4. *                                                   *
  5. * * * * * * * * * * * * * * * * * * * * * * * * * * */
  6.  
  7. //------ Key declarations --------------------------
  8. !LoadIncluded(s)
  9. !Included()
  10. !Interface(s)
  11. !Window(s,s,s)
  12. !Static(s,s,s)
  13. !ControlObject(s,s,s)
  14. !Button(s,s,s,s)
  15. !Edit(s,s,s,s)
  16. !Menu(s,s,s)
  17. !Id(s)
  18. !LogicSize(f,f)
  19. !LogicPos(f,f)
  20. !Mouse(i)
  21. !Keyboard(i)
  22. !Joy(i)
  23. !Visible(i)
  24. !Texture(s)
  25. !TextureRect(s,f,f,f,f,f,f)
  26. !EditTexture(s)
  27. !FrameCornerSize(i,i)
  28. !Cursor(s)
  29. !CursorVisible(i)
  30. !EditBorderWidth(f)
  31. !EditBorderSens(f)
  32. !EditState(i)
  33. !EditCursorSize(s)
  34. !EditStateOnInit(i)
  35. !EditCursorMove(s)
  36. !Text(s)
  37. !TextColor(f,f,f)
  38. !TextPosFlags(i)
  39. !Font(s)
  40. !Command(i)
  41. !Notify(i)
  42. !SelKeyUp(i)
  43. !SelKeyDown(i)
  44. !FocusSound(s)
  45. !TextureHightlight(s)
  46. !TextureHightlightRect(s,f,f,f,f,f,f)
  47. !TextHighLightColor(f,f,f)
  48. !CanFocus(i)
  49. !TextureChecked(s)
  50. !TextureCheckedRect(s,f,f,f,f,f,f)
  51. !TextureDisabled(s)
  52. !TextureDisabledRect(s,f,f,f,f,f,f)
  53. !TextureHightlightCheck(s)
  54. !TextureHightlightCheckRect(s,f,f,f,f,f,f)
  55. !TextDisableColor(f,f,f)
  56. !TextCheckedColor(f,f,f)
  57. !TextHighLightCheckColor(f,f,f)
  58. !Checked(i)
  59. !Disabled(i)
  60. !CanCallPress(i)
  61. !CanCheck(i)
  62. !CallPressPeriod(f)
  63. !DoubleClick(f)
  64. !MouseLeaveDestroyFocus(i)
  65. !CheckSound(s)
  66. !MenuButton(s,s,s,s,s)
  67. !TextureEdit(s)
  68. !TextEditColor(f,f,f)
  69. !ParentPositioning(i)
  70. !ParentCenteringX(i)
  71. !ParentCenteringY(i)
  72. !ListBoxCapacity(i)
  73.  
  74. //------ UI stuff -----------------------------
  75. Interface("UI_PATTERNS")
  76. {
  77.    Command(1)
  78.    Notify(1)
  79.    CanFocus(1)
  80.    SelKeyUp(-1)
  81.    SelKeyDown(0)
  82.    Text("")
  83.    TextColor(1.0,1.0,1.0)
  84.    Font("MSSansSerif10")
  85.    TextPosFlags(34)
  86.    LogicSize(1.0,1.0)
  87.    LogicPos(0.0,0.0)
  88.    Mouse(1)
  89.    Keyboard(1)
  90.    Joy(0)
  91.    Visible(1)
  92.    CursorVisible(1)
  93.    ParentPositioning(1)
  94.    ParentCenteringX(0)
  95.    ParentCenteringY(0)
  96.    Cursor("data/interface/c_arrow.png")
  97.    EditBorderWidth(2.0)
  98.    EditBorderSens(15.0)
  99.    EditCursorSize("data/interface/c_resize.png")
  100.    EditCursorMove("data/interface/c_move.png")
  101.    ControlObject("UIListBox","ID_LISTBOX","Specific")
  102.    {
  103.       ListBoxCapacity(3)
  104.       Command(1)
  105.       Notify(1)
  106.       CanFocus(1)
  107.       SelKeyUp(0)
  108.       SelKeyDown(0)
  109.       Text("")
  110.       TextColor(1.0,1.0,1.0)
  111.       Font("MSSansSerif10")
  112.       TextPosFlags(34)
  113.       LogicSize(0.4,0.3)
  114.       LogicPos(0.1,0.1)
  115.       Mouse(1)
  116.       Keyboard(1)
  117.       Joy(0)
  118.       Visible(1)
  119.       CursorVisible(1)
  120.       ParentPositioning(1)
  121.       ParentCenteringX(0)
  122.       ParentCenteringY(0)
  123.       Texture("red")
  124.       Cursor("data/interface/c_arrow.png")
  125.       EditBorderWidth(2.0)
  126.       EditBorderSens(15.0)
  127.       EditCursorSize("data/interface/c_resize.png")
  128.       EditCursorMove("data/interface/c_move.png")
  129.       Menu("UIMenu","ID_LIST","Specific")
  130.       {
  131.          Command(1)
  132.          Notify(1)
  133.          CanFocus(1)
  134.          SelKeyUp(0)
  135.          SelKeyDown(0)
  136.          Text("")
  137.          TextColor(1.0,1.0,1.0)
  138.          Font("MSSansSerif10")
  139.          TextPosFlags(34)
  140.          LogicSize(0.36,0.3)
  141.          LogicPos(0.0,0.0)
  142.          Mouse(1)
  143.          Keyboard(1)
  144.          Joy(0)
  145.          Visible(1)
  146.          CursorVisible(1)
  147.          ParentPositioning(1)
  148.          ParentCenteringX(0)
  149.          ParentCenteringY(1)
  150.          Texture("data/interface/er_t_white.png")
  151.          EditBorderWidth(2.0)
  152.          EditBorderSens(15.0)
  153.          EditCursorSize("data/interface/c_resize.png")
  154.          EditCursorMove("data/interface/c_move.png")
  155.          MenuButton("UIMenuButton","ID_BUTTON","","Standard","Specific")
  156.          {
  157.             Checked(0)
  158.             Disabled(0)
  159.             CanCallPress(0)
  160.             CanCheck(0)
  161.             MouseLeaveDestroyFocus(1)
  162.             TextCheckedColor(1.0,1.0,1.0)
  163.             CallPressPeriod(0.1)
  164.             DoubleClick(0.3)
  165.             Command(1)
  166.             Notify(0)
  167.             CanFocus(1)
  168.             TextHighLightColor(1.0,1.0,1.0)
  169.             SelKeyUp(0)
  170.             SelKeyDown(0)
  171.             Text("")
  172.             TextColor(1.0,1.0,1.0)
  173.             Font("MSSansSerif10")
  174.             TextPosFlags(34)
  175.             LogicSize(0.36,0.1)
  176.             LogicPos(0.0,0.0)
  177.             Mouse(1)
  178.             Keyboard(1)
  179.             Joy(0)
  180.             Visible(0)
  181.             CursorVisible(1)
  182.             ParentPositioning(1)
  183.             ParentCenteringX(0)
  184.             ParentCenteringY(0)
  185.             Texture("er_t_blue.png")
  186.             EditBorderWidth(2.0)
  187.             EditBorderSens(15.0)
  188.             EditCursorSize("data/interface/c_resize.png")
  189.             EditCursorMove("data/interface/c_move.png")
  190.             CheckSound("data/sounds/click")
  191.             FocusSound("data/sounds/highlight")
  192.          }
  193.       }
  194.       ControlObject("UIControlObject","ID_SCROLL","Specific")
  195.       {
  196.          Command(1)
  197.          Notify(1)
  198.          CanFocus(0)
  199.          SelKeyUp(0)
  200.          SelKeyDown(0)
  201.          Text("")
  202.          TextColor(1.0,1.0,1.0)
  203.          Font("MSSansSerif10")
  204.          TextPosFlags(34)
  205.          LogicSize(0.04,0.3)
  206.          LogicPos(0.9,0.0)
  207.          Mouse(1)
  208.          Keyboard(0)
  209.          Joy(0)
  210.          Visible(1)
  211.          CursorVisible(1)
  212.          ParentPositioning(1)
  213.          ParentCenteringX(0)
  214.          ParentCenteringY(1)
  215.          Texture("er_t_green.png")
  216.          EditBorderWidth(2.0)
  217.          EditBorderSens(15.0)
  218.          EditCursorSize("data/interface/c_resize.png")
  219.          EditCursorMove("data/interface/c_move.png")
  220.          Button("UIButton","ID_UP","","Specific")
  221.          {
  222.             Checked(0)
  223.             Disabled(0)
  224.             CanCallPress(0)
  225.             CanCheck(0)
  226.             MouseLeaveDestroyFocus(1)
  227.             CallPressPeriod(0.1)
  228.             DoubleClick(0.3)
  229.             Command(1)
  230.             Notify(1)
  231.             CanFocus(0)
  232.             SelKeyUp(0)
  233.             SelKeyDown(0)
  234.             Text("")
  235.             TextColor(1.0,1.0,1.0)
  236.             Font("MSSansSerif10")
  237.             TextPosFlags(34)
  238.             LogicSize(0.04,0.053333335)
  239.             LogicPos(0.0,0.0)
  240.             Mouse(1)
  241.             Keyboard(0)
  242.             Joy(0)
  243.             Visible(1)
  244.             CursorVisible(1)
  245.             ParentPositioning(1)
  246.             ParentCenteringX(1)
  247.             ParentCenteringY(0)
  248.             Texture("er_t_yellow.png")
  249.             EditBorderWidth(2.0)
  250.             EditBorderSens(15.0)
  251.             EditCursorSize("data/interface/c_resize.png")
  252.             EditCursorMove("data/interface/c_move.png")
  253.             CheckSound("data/sounds/click")
  254.             FocusSound("data/sounds/highlight")
  255.          }
  256.          Button("UIButton","ID_THUMB","","Specific")
  257.          {
  258.             Checked(0)
  259.             Disabled(0)
  260.             CanCallPress(0)
  261.             CanCheck(0)
  262.             MouseLeaveDestroyFocus(1)
  263.             CallPressPeriod(0.1)
  264.             DoubleClick(0.3)
  265.             Command(1)
  266.             Notify(1)
  267.             CanFocus(0)
  268.             SelKeyUp(0)
  269.             SelKeyDown(0)
  270.             Text("")
  271.             TextColor(1.0,1.0,1.0)
  272.             Font("MSSansSerif10")
  273.             TextPosFlags(34)
  274.             LogicSize(0.04,0.053333335)
  275.             LogicPos(0.0,0.0)
  276.             Mouse(1)
  277.             Keyboard(0)
  278.             Joy(0)
  279.             Visible(1)
  280.             CursorVisible(1)
  281.             ParentPositioning(1)
  282.             ParentCenteringX(1)
  283.             ParentCenteringY(0)
  284.             Texture("er_t_yellow.png")
  285.             EditBorderWidth(2.0)
  286.             EditBorderSens(15.0)
  287.             EditCursorSize("data/interface/c_resize.png")
  288.             EditCursorMove("data/interface/c_move.png")
  289.             CheckSound("data/sounds/click")
  290.             FocusSound("data/sounds/highlight")
  291.          }
  292.          Button("UIButton","ID_DOWN","","Specific")
  293.          {
  294.             Checked(0)
  295.             Disabled(0)
  296.             CanCallPress(0)
  297.             CanCheck(0)
  298.             MouseLeaveDestroyFocus(1)
  299.             CallPressPeriod(0.1)
  300.             DoubleClick(0.3)
  301.             Command(1)
  302.             Notify(1)
  303.             CanFocus(0)
  304.             SelKeyUp(0)
  305.             SelKeyDown(0)
  306.             Text("")
  307.             TextColor(1.0,1.0,1.0)
  308.             Font("MSSansSerif10")
  309.             TextPosFlags(34)
  310.             LogicSize(0.04,0.053333335)
  311.             LogicPos(0.0,0.82222223)
  312.             Mouse(1)
  313.             Keyboard(0)
  314.             Joy(0)
  315.             Visible(1)
  316.             CursorVisible(1)
  317.             ParentPositioning(1)
  318.             ParentCenteringX(1)
  319.             ParentCenteringY(0)
  320.             Texture("er_t_yellow.png")
  321.             EditBorderWidth(2.0)
  322.             EditBorderSens(15.0)
  323.             EditCursorSize("data/interface/c_resize.png")
  324.             EditCursorMove("data/interface/c_move.png")
  325.             CheckSound("data/sounds/click")
  326.             FocusSound("data/sounds/highlight")
  327.          }
  328.       }
  329.    }
  330.    ControlObject("UIComboBox","ID_COMBOBOX","Specific")
  331.    {
  332.       Command(1)
  333.       Notify(1)
  334.       CanFocus(0)
  335.       SelKeyUp(0)
  336.       SelKeyDown(0)
  337.       Text("")
  338.       TextColor(1.0,1.0,1.0)
  339.       Font("MSSansSerif10")
  340.       TextPosFlags(34)
  341.       LogicSize(0.405,0.053333335)
  342.       LogicPos(0.09875,0.5083333)
  343.       Mouse(1)
  344.       Keyboard(1)
  345.       Joy(0)
  346.       Visible(1)
  347.       CursorVisible(1)
  348.       ParentPositioning(1)
  349.       ParentCenteringX(0)
  350.       ParentCenteringY(0)
  351.       Texture("er_t_red.png")
  352.       EditBorderWidth(2.0)
  353.       EditBorderSens(15.0)
  354.       EditCursorSize("data/interface/c_resize.png")
  355.       EditCursorMove("data/interface/c_move.png")
  356.       Button("UIButton","ID_COMBO_TRIGGER","","Specific")
  357.       {
  358.          Checked(0)
  359.          Disabled(0)
  360.          CanCallPress(0)
  361.          CanCheck(0)
  362.          MouseLeaveDestroyFocus(1)
  363.          CallPressPeriod(0.1)
  364.          DoubleClick(0.3)
  365.          Command(1)
  366.          Notify(1)
  367.          CanFocus(0)
  368.          SelKeyUp(0)
  369.          SelKeyDown(0)
  370.          Text("")
  371.          TextColor(1.0,1.0,1.0)
  372.          Font("MSSansSerif10")
  373.          TextPosFlags(34)
  374.          LogicSize(0.04,0.053333335)
  375.          LogicPos(0.90123457,0.0)
  376.          Mouse(1)
  377.          Keyboard(0)
  378.          Joy(0)
  379.          Visible(1)
  380.          CursorVisible(1)
  381.          ParentPositioning(1)
  382.          ParentCenteringX(0)
  383.          ParentCenteringY(0)
  384.          Texture("er_t_yellow.png")
  385.          EditBorderWidth(2.0)
  386.          EditBorderSens(15.0)
  387.          EditCursorSize("data/interface/c_resize.png")
  388.          EditCursorMove("data/interface/c_move.png")
  389.          CheckSound("data/sounds/click")
  390.          FocusSound("data/sounds/highlight")
  391.       }
  392.       Static("UIStatic","ID_COMBO_TEXT","Specific")
  393.       {
  394.          Text("")
  395.          TextColor(1.0,1.0,1.0)
  396.          Font("MSSansSerif10")
  397.          TextPosFlags(34)
  398.          LogicSize(0.405,0.053333335)
  399.          LogicPos(0.0,0.0)
  400.          Mouse(1)
  401.          Keyboard(0)
  402.          Joy(0)
  403.          Visible(1)
  404.          CursorVisible(1)
  405.          ParentPositioning(1)
  406.          ParentCenteringX(0)
  407.          ParentCenteringY(0)
  408.          Texture("er_t_blue.png")
  409.          EditBorderWidth(2.0)
  410.          EditBorderSens(15.0)
  411.          EditCursorSize("data/interface/c_resize.png")
  412.          EditCursorMove("data/interface/c_move.png")
  413.       }
  414.       ControlObject("UIListBox","ID_COMBO_LIST","Specific")
  415.       {
  416.          ListBoxCapacity(1)
  417.          Command(1)
  418.          Notify(1)
  419.          CanFocus(1)
  420.          SelKeyUp(0)
  421.          SelKeyDown(0)
  422.          Text("")
  423.          TextColor(1.0,1.0,1.0)
  424.          Font("MSSansSerif10")
  425.          TextPosFlags(34)
  426.          LogicSize(0.31625,0.1)
  427.          LogicPos(0.2191358,0.0)
  428.          Mouse(1)
  429.          Keyboard(1)
  430.          Joy(0)
  431.          Visible(0)
  432.          CursorVisible(1)
  433.          ParentPositioning(1)
  434.          ParentCenteringX(0)
  435.          ParentCenteringY(0)
  436.          Texture("red")
  437.          Cursor("data/interface/c_arrow.png")
  438.          EditBorderWidth(2.0)
  439.          EditBorderSens(15.0)
  440.          EditCursorSize("data/interface/c_resize.png")
  441.          EditCursorMove("data/interface/c_move.png")
  442.          Menu("UIMenu","ID_LIST","Specific")
  443.          {
  444.             Command(1)
  445.             Notify(1)
  446.             CanFocus(1)
  447.             SelKeyUp(0)
  448.             SelKeyDown(0)
  449.             Text("")
  450.             TextColor(1.0,1.0,1.0)
  451.             Font("MSSansSerif10")
  452.             TextPosFlags(34)
  453.             LogicSize(0.31625,0.1)
  454.             LogicPos(0.0,0.0)
  455.             Mouse(1)
  456.             Keyboard(1)
  457.             Joy(0)
  458.             Visible(1)
  459.             CursorVisible(1)
  460.             ParentPositioning(1)
  461.             ParentCenteringX(0)
  462.             ParentCenteringY(1)
  463.             Texture("data/interface/er_t_white.png")
  464.             EditBorderWidth(2.0)
  465.             EditBorderSens(15.0)
  466.             EditCursorSize("data/interface/c_resize.png")
  467.             EditCursorMove("data/interface/c_move.png")
  468.             MenuButton("UIMenuButton","ID_BUTTON","","Standard","Specific")
  469.             {
  470.                Checked(0)
  471.                Disabled(0)
  472.                CanCallPress(0)
  473.                CanCheck(0)
  474.                MouseLeaveDestroyFocus(1)
  475.                TextCheckedColor(1.0,1.0,1.0)
  476.                CallPressPeriod(0.1)
  477.                DoubleClick(0.3)
  478.                Command(1)
  479.                Notify(0)
  480.                CanFocus(1)
  481.                TextureHightlight("er_t_green.png")
  482.                TextHighLightColor(1.0,1.0,1.0)
  483.                SelKeyUp(0)
  484.                SelKeyDown(0)
  485.                Text("")
  486.                TextColor(1.0,1.0,1.0)
  487.                Font("MSSansSerif10")
  488.                TextPosFlags(34)
  489.                LogicSize(0.31625,0.1)
  490.                LogicPos(0.0,0.0)
  491.                Mouse(1)
  492.                Keyboard(1)
  493.                Joy(0)
  494.                Visible(0)
  495.                CursorVisible(1)
  496.                ParentPositioning(1)
  497.                ParentCenteringX(0)
  498.                ParentCenteringY(0)
  499.                Texture("er_t_blue.png")
  500.                EditBorderWidth(2.0)
  501.                EditBorderSens(15.0)
  502.                EditCursorSize("data/interface/c_resize.png")
  503.                EditCursorMove("data/interface/c_move.png")
  504.                CheckSound("data/sounds/click")
  505.                FocusSound("data/sounds/highlight")
  506.             }
  507.          }
  508.          ControlObject("UIControlObject","ID_SCROLL","Specific")
  509.          {
  510.             Command(1)
  511.             Notify(1)
  512.             CanFocus(0)
  513.             SelKeyUp(0)
  514.             SelKeyDown(0)
  515.             Text("")
  516.             TextColor(1.0,1.0,1.0)
  517.             Font("MSSansSerif10")
  518.             TextPosFlags(34)
  519.             LogicSize(0.04,0.1)
  520.             LogicPos(1.0,0.0)
  521.             Mouse(1)
  522.             Keyboard(0)
  523.             Joy(0)
  524.             Visible(0)
  525.             CursorVisible(1)
  526.             ParentPositioning(1)
  527.             ParentCenteringX(0)
  528.             ParentCenteringY(1)
  529.             Texture("er_t_green.png")
  530.             EditBorderWidth(2.0)
  531.             EditBorderSens(15.0)
  532.             EditCursorSize("data/interface/c_resize.png")
  533.             EditCursorMove("data/interface/c_move.png")
  534.             Button("UIButton","ID_UP","","Specific")
  535.             {
  536.                Checked(0)
  537.                Disabled(0)
  538.                CanCallPress(0)
  539.                CanCheck(0)
  540.                MouseLeaveDestroyFocus(1)
  541.                CallPressPeriod(0.1)
  542.                DoubleClick(0.3)
  543.                Command(1)
  544.                Notify(1)
  545.                CanFocus(0)
  546.                SelKeyUp(0)
  547.                SelKeyDown(0)
  548.                Text("")
  549.                TextColor(1.0,1.0,1.0)
  550.                Font("MSSansSerif10")
  551.                TextPosFlags(34)
  552.                LogicSize(0.04,0.053333335)
  553.                LogicPos(0.0,0.0)
  554.                Mouse(1)
  555.                Keyboard(0)
  556.                Joy(0)
  557.                Visible(0)
  558.                CursorVisible(1)
  559.                ParentPositioning(1)
  560.                ParentCenteringX(1)
  561.                ParentCenteringY(0)
  562.                Texture("er_t_yellow.png")
  563.                EditBorderWidth(2.0)
  564.                EditBorderSens(15.0)
  565.                EditCursorSize("data/interface/c_resize.png")
  566.                EditCursorMove("data/interface/c_move.png")
  567.                CheckSound("data/sounds/click")
  568.                FocusSound("data/sounds/highlight")
  569.             }
  570.             Button("UIButton","ID_THUMB","","Specific")
  571.             {
  572.                Checked(0)
  573.                Disabled(0)
  574.                CanCallPress(0)
  575.                CanCheck(0)
  576.                MouseLeaveDestroyFocus(1)
  577.                CallPressPeriod(0.1)
  578.                DoubleClick(0.3)
  579.                Command(1)
  580.                Notify(1)
  581.                CanFocus(0)
  582.                SelKeyUp(0)
  583.                SelKeyDown(0)
  584.                Text("")
  585.                TextColor(1.0,1.0,1.0)
  586.                Font("MSSansSerif10")
  587.                TextPosFlags(34)
  588.                LogicSize(0.04,0.053333335)
  589.                LogicPos(0.0,0.0)
  590.                Mouse(1)
  591.                Keyboard(0)
  592.                Joy(0)
  593.                Visible(0)
  594.                CursorVisible(1)
  595.                ParentPositioning(1)
  596.                ParentCenteringX(1)
  597.                ParentCenteringY(0)
  598.                Texture("er_t_yellow.png")
  599.                EditBorderWidth(2.0)
  600.                EditBorderSens(15.0)
  601.                EditCursorSize("data/interface/c_resize.png")
  602.                EditCursorMove("data/interface/c_move.png")
  603.                CheckSound("data/sounds/click")
  604.                FocusSound("data/sounds/highlight")
  605.             }
  606.             Button("UIButton","ID_DOWN","","Specific")
  607.             {
  608.                Checked(0)
  609.                Disabled(0)
  610.                CanCallPress(0)
  611.                CanCheck(0)
  612.                MouseLeaveDestroyFocus(1)
  613.                CallPressPeriod(0.1)
  614.                DoubleClick(0.3)
  615.                Command(1)
  616.                Notify(1)
  617.                CanFocus(0)
  618.                SelKeyUp(0)
  619.                SelKeyDown(0)
  620.                Text("")
  621.                TextColor(1.0,1.0,1.0)
  622.                Font("MSSansSerif10")
  623.                TextPosFlags(34)
  624.                LogicSize(0.04,0.053333335)
  625.                LogicPos(0.0,0.46666667)
  626.                Mouse(1)
  627.                Keyboard(0)
  628.                Joy(0)
  629.                Visible(0)
  630.                CursorVisible(1)
  631.                ParentPositioning(1)
  632.                ParentCenteringX(1)
  633.                ParentCenteringY(0)
  634.                Texture("er_t_yellow.png")
  635.                EditBorderWidth(2.0)
  636.                EditBorderSens(15.0)
  637.                EditCursorSize("data/interface/c_resize.png")
  638.                EditCursorMove("data/interface/c_move.png")
  639.                CheckSound("data/sounds/click")
  640.                FocusSound("data/sounds/highlight")
  641.             }
  642.          }
  643.       }
  644.    }
  645.    ControlObject("UISlider","ID_SLIDER","Specific")
  646.    {
  647.       Command(1)
  648.       Notify(1)
  649.       CanFocus(0)
  650.       SelKeyUp(0)
  651.       SelKeyDown(0)
  652.       Text("")
  653.       TextColor(1.0,1.0,1.0)
  654.       Font("MSSansSerif10")
  655.       TextPosFlags(34)
  656.       LogicSize(0.4125,0.053333335)
  657.       LogicPos(0.1,0.7)
  658.       Mouse(1)
  659.       Keyboard(0)
  660.       Joy(0)
  661.       Visible(1)
  662.       CursorVisible(1)
  663.       ParentPositioning(1)
  664.       ParentCenteringX(0)
  665.       ParentCenteringY(0)
  666.       EditTexture("er_t_red.png")
  667.       EditBorderWidth(2.0)
  668.       EditBorderSens(15.0)
  669.       EditCursorSize("data/interface/c_resize.png")
  670.       EditCursorMove("data/interface/c_move.png")
  671.       Button("UIButton","ID_THUMB","","Specific")
  672.       {
  673.          Checked(0)
  674.          Disabled(0)
  675.          CanCallPress(0)
  676.          CanCheck(0)
  677.          MouseLeaveDestroyFocus(1)
  678.          TextureChecked("er_t_Red.png")
  679.          CallPressPeriod(0.1)
  680.          DoubleClick(0.3)
  681.          Command(1)
  682.          Notify(1)
  683.          CanFocus(0)
  684.          SelKeyUp(0)
  685.          SelKeyDown(0)
  686.          Text("")
  687.          TextColor(1.0,1.0,1.0)
  688.          Font("MSSansSerif10")
  689.          TextPosFlags(34)
  690.          LogicSize(0.04,0.053333335)
  691.          LogicPos(0.0,0.0)
  692.          Mouse(1)
  693.          Keyboard(0)
  694.          Joy(0)
  695.          Visible(1)
  696.          CursorVisible(1)
  697.          ParentPositioning(1)
  698.          ParentCenteringX(0)
  699.          ParentCenteringY(1)
  700.          Texture("er_t_blue.png")
  701.          EditTexture("er_t_red.png")
  702.          EditBorderWidth(2.0)
  703.          EditBorderSens(15.0)
  704.          EditCursorSize("data/interface/c_resize.png")
  705.          EditCursorMove("data/interface/c_move.png")
  706.          CheckSound("data/sounds/click")
  707.          FocusSound("data/sounds/highlight")
  708.       }
  709.       Window("UIWindow","ID_BKG","Specific")
  710.       {
  711.          LogicSize(0.4125,0.053333335)
  712.          LogicPos(0.0,0.0)
  713.          Mouse(0)
  714.          Keyboard(0)
  715.          Joy(0)
  716.          Visible(1)
  717.          CursorVisible(1)
  718.          ParentPositioning(1)
  719.          ParentCenteringX(0)
  720.          ParentCenteringY(0)
  721.          Texture("er_t_Yellow.png")
  722.          EditTexture("er_t_red.png")
  723.          EditBorderWidth(2.0)
  724.          EditBorderSens(15.0)
  725.          EditCursorSize("data/interface/c_resize.png")
  726.          EditCursorMove("data/interface/c_move.png")
  727.       }
  728.    }
  729. }
  730.